Skip to content

Update dependency netlify-cli to v25#1082

Open
renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/netlify-cli-25.x
Open

Update dependency netlify-cli to v25#1082
renovate-bot wants to merge 1 commit intojaegertracing:mainfrom
renovate-bot:renovate/netlify-cli-25.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 17, 2026

This PR contains the following updates:

Package Change Age Confidence
netlify-cli ^23.13.4 || ^24.0.0^23.13.4 || ^24.0.0 || ^25.0.0 age confidence

Release Notes

netlify/cli (netlify-cli)

v25.6.2

Compare Source

Bug Fixes

v25.6.1

Compare Source

Bug Fixes

v25.6.0

Compare Source

Features
Bug Fixes

v25.5.0

Compare Source

Features
Bug Fixes

v25.4.0

Compare Source

Features
Bug Fixes

v25.3.0

Compare Source

Features
  • add deprecation messaging for legacy Netlify DB extension (#​8141) (cb924d4)
Bug Fixes

v25.2.0

Compare Source

Features
Bug Fixes
  • don't cause fatal issues when doing update checks inside of agent sandbox (#​8186) (acaf478)
  • filter out intentional user-input errors from error-reporting-lamda (#​8188) (b5b60e3)
  • improve reliability of anon deploys (#​8170) (95b5e52)

v25.1.1

Compare Source

Bug Fixes
  • filter out intentional user-input errors from report-error (#​8178) (7c50c25)

v25.1.0

Compare Source

Features

v25.0.1

Compare Source

Bug Fixes
  • have login attempt to use browser and fallback to ticket instead of forcing tickets (#​8167) (7da602c)

v25.0.0

Compare Source

⚠ BREAKING CHANGES
  • stop including npm-shrinkwrap.json (#​8163)
  • remove logs:function, logs:deploy, and logs:edge-functions commands in favor of a new unified logs command (#​8158)
  • remove Go and Rust function templates from functions:create command (#​7957)
Features
Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copilot AI review requested due to automatic review settings April 17, 2026 15:37
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the repository’s peer dependency range for netlify-cli to include the newly released major version v25.

Changes:

  • Expand netlify-cli peer dependency semver range to allow ^25.0.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"peerDependencies": {
"hugo-extended": "0.160.0",
"netlify-cli": "^23.13.4 || ^24.0.0",
"netlify-cli": "^23.13.4 || ^24.0.0 || ^25.0.0",
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

netlify-cli v25 includes breaking changes (notably the removal of logs:function, logs:deploy, and logs:edge-functions). If this repo’s docs/CI scripts invoke those commands, allowing v25 as a peer dependency can break users after upgrading. Consider either (a) keeping the peer range capped at <25 until the scripts/docs are updated, or (b) updating any referenced CLI commands (e.g., switch to the unified netlify logs) and documenting the minimum supported CLI version.

Suggested change
"netlify-cli": "^23.13.4 || ^24.0.0 || ^25.0.0",
"netlify-cli": "^23.13.4 || ^24.0.0",

Copilot uses AI. Check for mistakes.
Signed-off-by: Mend Renovate <bot@renovateapp.com>
@renovate-bot renovate-bot force-pushed the renovate/netlify-cli-25.x branch from 0736e7d to 3138297 Compare April 21, 2026 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants